home *** CD-ROM | disk | FTP | other *** search
/ Hot Super Models / Hot Super Models.iso / atari / gifshw2.arc / GIFSHOW.DOC next >
Text File  |  1985-05-29  |  4KB  |  94 lines

  1. Zaphodyne Inc.                                              17 August 1987
  2. P.O. box 1111
  3. Fairborn, OH 45324
  4.  
  5.                             GIFSHOW.PRG
  6.  
  7.              Resolution - Independant Graphics are HERE !
  8.  
  9.                 *************************************
  10.                 *                                   *
  11.                 * This Software is ABSOLUTELY FREE! *
  12.                 *                                   *
  13.                 * Make as many copies as you want,  *
  14.                 * and give 'em to anyone you please *
  15.                 * But it is NOT for resale!         *
  16.                 *                                   *
  17.                 *************************************
  18.  
  19.                            GIFSHOW.PRG
  20.                         copyright (C) 1987                                                        copyright (C) 1987
  21.                          by Zaphodyne Inc.                                                        by Compuserve Inc.
  22.                                                                                                 an H&R Block Company
  23.  
  24. This folder contains the following files:
  25.  
  26. GIFSHOW.PRG - Atari ST GIF slide show program
  27. GIFSHOW.DOC - This file
  28. SATURN.GIF  - 32 color GIF picture
  29.  
  30. and other .GIF files
  31.  
  32. Please note that GIFSHOW needs to be run from MEDIUM or HIGH resolution.
  33. Yes, this means that it *will* display in monochrome (and quite nicely
  34. too, thank you).  It should successfully display *ALL* GIF files that you
  35. will find on Compuserve.
  36.  
  37. To run GIFSHOW, simply double-click on it from the desktop.  It will
  38. display a start-up screen, then automatically cycle through all GIF
  39. files in the current directory.
  40.  
  41. You can control the display by pressing various keys, as follows:
  42.  
  43. Key:                        Effect:
  44.  
  45. Return      - terminates display after the current picture is finished
  46.  
  47. Space       - pauses display after the current picture is finished,
  48.               press any key to continue
  49.  
  50. F1          - sets no delay between pictures
  51.  
  52. F2 - F10    - sets 1 to 9 second delay between pictures
  53.               (F10 is longest)        
  54.  
  55. You can also use GIFSHOW to display individual files:
  56. Use INSTALL APPLICATION from the GEM desktop, and install it
  57. with file type '.GIF' - then double click on any GIF file, and
  58. it will be displayed for you.
  59.  
  60.         **************************************************************
  61.         * We are developing a communications program                 *
  62.         * (Zaphodyne/vtx) which features B-Protocol file transfer    *
  63.         * RLE and GIF graphics, scrips and a full text editor.  It   *
  64.         * runs from the GEM desktop using a mouse/menu interface     *
  65.         * with Alt-Key commands also available.                      *
  66.         *                                                            *
  67.         *         A version for the ST is available NOW              *
  68.         *         an Amiga version is under development              *
  69.         *                                                            *
  70.         * For more information on this, and other Zaphodyne products *
  71.         *                                                            *
  72.         * call: (513) 237 - 7168 [residence] 9:00 am - 5:00 pm M-F   *
  73.         *                                                            *
  74.         *     or email to jruley (BIX) or 76227,117 (Compuserve)     *
  75.         **************************************************************
  76.  
  77. Acknowlegements:
  78.  
  79. The font used in the start-up screen was created with the FED font
  80. editor by Reg Knighton.
  81.  
  82. The GIF expansion code was provided by Compuserve Inc. (Special thanks
  83. to Steve Wilhite, Craig Knouf and Larry Wood)
  84.  
  85. The color palette conversions, high-speed line drawing interface, and
  86. Halftoning for Monochrome display  are proprietary to Zaphodyne Inc.
  87. If you are a registered GIF developer, and would like to use them i
  88. your own software, drop us a line.
  89.  
  90. This program is written in C, using the Megamax C Development system
  91. (which we highly reccomend) with in-line assemblor used in the low-level
  92. drawing routines.
  93.  
  94.